type go.uber.org/zap/zapcore.multiCore
11 uses
go.uber.org/zap/zapcore (current package)
tee.go#L25: type multiCore []Core
tee.go#L28: _ leveledEnabler = multiCore(nil)
tee.go#L29: _ Core = multiCore(nil)
tee.go#L44: return multiCore(cores)
tee.go#L48: func (mc multiCore) With(fields []Field) Core {
tee.go#L49: clone := make(multiCore, len(mc))
tee.go#L56: func (mc multiCore) Level() Level {
tee.go#L66: func (mc multiCore) Enabled(lvl Level) bool {
tee.go#L75: func (mc multiCore) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {
tee.go#L82: func (mc multiCore) Write(ent Entry, fields []Field) error {
tee.go#L90: func (mc multiCore) Sync() error {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |